golang.org/x/net/http2.ClientConn.doNotReuse (field)
8 uses
golang.org/x/net/http2 (current package)
transport.go#L375: doNotReuse bool // whether conn is marked to not be reused for any future requests
transport.go#L936: cc.doNotReuse = true
transport.go#L1044: Closing: cc.closing || cc.singleUse || cc.doNotReuse || cc.goAway != nil,
transport.go#L1087: !cc.doNotReuse &&
transport.go#L1175: return cc.doNotReuse && len(cc.streams) == 0
transport.go#L1493: cc.doNotReuse = true
transport.go#L1667: closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
transport.go#L2104: closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)